FlowCompare
Represents the FlowCompare
class used for workflow comparisons.
Properties
Name | Description |
---|---|
Key | A unique identifier for the workflow step. |
SourceProperty | Gets or sets the source property to be compared, in lowercase. |
WorkflowCodeInstance | The workflow code instance associated with the flow object. |
CachedDMObjects | The cached document management objects related to the flow object. |
Results | Gets or sets the list of comparison results. |
TypeCode | The type code associated with the flow object. |
ComparisonValueType | Gets or sets the type of value used for comparison. |
ResultType | Gets or sets the result type of the comparison. |
Name | Name for the workflow step. |
SourceObjectName | Gets or sets the name of the source object used in the comparison process. |
SourceObjectTypeCode | Gets or sets the type code of the source object. |
Caption | The caption dictionary representing localized captions for the flow object. |
Constructors
Name | Description |
---|---|
FlowCompare(name, workflowData, workflowCodeInstance) | Constructor for the FlowCompare class. Initializes a new instance of the FlowCompare class. |
FlowCompare(name, workflowData, workflowCodeInstance) | Creates an instance of the FlowCompare class. |
Methods
Name | Description |
---|---|
Initialize() | Initializes the FlowCompare instance. |
CompareOrganizationCode(code) | Compares an organization code with the results list and returns the matching result. |
CompareOrganizationId(id) | Compares an organization ID with the results list and returns the matching result. |
CompareDateValue(variableValue) | Compares a date value with the results list using various comparison types and returns the matching result. |
CompareFlowInitiatorUser() | Compares the flow initiator's user with the results list and returns the matching result. |
CompareNumericValue(variableValue) | Compares a numeric value with the results list using various comparison types and returns the matching result. |
CompareFlowInitiatorPosition() | Compares the flow initiator's positions with the results list and returns the matching result. |
CompareVariableValue<TValue,(variableValue) | Compares a generic variable value with the results list and returns the matching result. |
CompareBooleanValue(variableValue) | Compares a boolean value with the results list using various comparison types and returns the matching result. |
CompareStringValue(variableValue) | Compares a string value with the results list using various comparison types and returns the matching result. |
Events
Name | Description |
---|---|
OnBeforeExecution(sender, args) | Occurs before the execution of the workflow step. |
OnAfterExecution(sender, args) | Occurs after the execution of the workflow step. |
Generic Types
Name | Description |
---|---|
TProperties | Generic type of properties. |